home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / tools / fndenv.com / ASMEQU.CPY < prev    next >
Encoding:
Text File  |  1988-10-28  |  520 b   |  14 lines

  1. ;----------------------------------------------------------;
  2. ;  These are equates frequently needed by asm programs.    ;
  3. ;----------------------------------------------------------;
  4. Space              EQU       20h
  5. Slash              EQU       2Fh
  6. BackSlash          EQU       5Ch
  7. Colon              EQU       3Ah
  8. Equal              EQU       3Dh
  9. OFF                EQU       0
  10. ON                 EQU       1
  11. LF                 EQU       10
  12. CR                 EQU       13
  13. EOF                EQU       26
  14.